home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Open Stack / Help / card_5080.txt < prev    next >
Encoding:
Text File  |  1987-12-04  |  2.5 KB  |  104 lines

  1. -- card: 5080 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3656
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=44 top=23 right=309 bottom=476
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 20
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=350 top=316 right=338 bottom=450
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue...
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to next card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 8003
  44. -- rect: left=25 top=316 right=338 bottom=125
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Previous page
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go to prev card
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: 8003
  63. -- rect: left=191 top=317 right=339 bottom=291
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Directory
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   go to card id 2919 of stack "IntroCard"
  75. end mouseUp
  76.  
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 8003
  83. -- rect: left=191 top=317 right=339 bottom=291
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Directory
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   go to card id 2919 of stack "IntroCard"
  95. end mouseUp
  96.  
  97.  
  98.  
  99.  
  100. -- part contents for card part 1
  101. ----- text -----
  102.   If you still have questions about anything we've done so far that you can't find in the user's guide, it's time for you to start fooling with your OPEN STACK. 
  103.    What do you do when you see a new stack?  You do everything it says to do, and ask yourself how YOU would have done it.  Then you see how the author did it.  Look at the scripts of every object -- button, field, card, background, and stack -- and print them out if you can.  Don't worry if you don't understand every little quirk.  All you need to know is that it is ALL THERE, and that you
  104. can make changes in it if you wish to do so.